Set Text Style
Command Prototype
Word.SetFontStyle(objWord,bBold,bItalic,bUnderline,optionArgs)
Command Description
Set the style of the currently selected texts in an opened Word document
Parameter Description
- Required Parameter
- objWord--Word document object
- bBold--Whether the text is bold, the default is false
- bItalic--Whether the text is italic, the default is false
- bUnderline--Whether the text is underlined, the default is false
- Optional Parameter
- underlineStyle--The style of underline